SeekAnimationsRequest

data class SeekAnimationsRequest(animations: List<String>, currentTime: Double)

Represents request frame that can be used with Animation#seekAnimations operation call.

Seek a set of animations to a particular time within each animation.

See also

Constructors

SeekAnimationsRequest
Link copied to clipboard
fun SeekAnimationsRequest(animations: List<String>, currentTime: Double)

Properties

animations
Link copied to clipboard
val animations: List<String>
List of animation ids to seek.
currentTime
Link copied to clipboard
val currentTime: Double
Set the current time of each animation.

Sources

jvm source
Link copied to clipboard